home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
homeimpr.sit
/
Home Improvements
/
card_2949.txt
< prev
next >
Wrap
Text File
|
1988-09-19
|
2KB
|
108 lines
-- card: 2949 from stack: in
-- bmap block id: 3184
-- flags: 4000
-- background id: 2604
-- name: begin
----- HyperTalk script -----
on openStack
global whereWasI, targetField
put 0 into whereWasI
put "theList" into targetField
pass openStack
end openStack
on arrowKey var
global whereWasI, targetField
if (the shiftKey is down) AND (var = "down") then
scrollSelect
else
pass arrowKey
end if
end arrowKey
on scrollSelect
global whereWasI, targetField
add 1 to whereWasI
if whereWasI > (the number of lines of card field targetField) then
put 1 into whereWasI
set the scroll of card field targetField to 0
end if
put the textHeight of card field targetField into tHt
put the height of card field targetField into fHt
put whereWasI * tHt - tHt into temp1
put (the scroll of card field targetField) + fHt into temp2
if temp1>=temp2 then
set the scroll of card field "theList" to temp1
end if
select line whereWasI of card field "theList"
if temp1>=temp2 then
set the scroll of card field "theList" to temp1
end if
select line whereWasI of card field "theList"
end scrollSelect
on returnKey
global whereWasI
put line whereWasI of card field "theList" into thingg
go to card thingg
end returnKey
-- part 2 (field)
-- low flags: 01
-- high flags: 0007
-- rect: left=2 top=57 right=210 bottom=166
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 10
-- part name: theList
----- HyperTalk script -----
on mouseUp
put clickLine() into thisOne
put the number of lines of card field "theList" into howMany
if thisOne>howMany then exit mouseUp
put line thisOne of card field "theList" into dest
push card
go to card dest
end mouseUp
-- part 3 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=55 top=326 right=341 bottom=157
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: version
-- part contents for card part 2
----- text -----
ΓÇó Some General Tips
Chime the Time
ClickLine
ControlKey
FieldHotFingers
FinderList
GeneralInfo
Home Initializations
KeyButtons
Mouse Location
ShowHidden
Shutdown
TextEditor
XCMDs and XFCNs in this stack
-- part contents for card part 3
----- text -----
1.1 - 8/29/88